This is very useful library. but when setMain(viewController:), it do…#3
This is very useful library. but when setMain(viewController:), it do…#3oslover wants to merge 2 commits intoaudrl1010:masterfrom
Conversation
…esn't remove the tapGesture, so after a new Main View controller is shown, user is unable to tap on the main view. Therefore, in animateMainViewController, we need to remove Tap Gesture. or in setMain method.
|
Thank you for your interest in my project . |
|
Thank you for your reply. |
|
PS: it works fine if mainview is already set in the appdelegate, but not work only when the mainview is newly set by setMain(method) by selecting any item in the leftView. |
|
Temporarily blocked tap on source. The reason is to prevent continuous tap. |
This is very useful library. but when setMain(viewController:), it doesn't remove the tapGesture, so after a new Main View controller is shown, user is unable to tap on the main view.
Therefore, in animateMainViewController, we need to remove Tap Gesture. or in setMain method.